FRETBursts unit tests

This notebook runs the all FRETBursts unit tests with pytest.

NOTE: FRETBursts must be installed in development mode (using pip install -e .).


In [ ]:
#cd $FRETBURSTS_DIR

In [ ]:
%cd ../../../

In [ ]:
!python setup.py clean --all

In [ ]:
import pytest

In [ ]:
pytest.main('-v -x .')

In [ ]:
#pytest.main('-x -v --pdb fretbursts/tests/')

In [ ]:
#!py.test

In [ ]:
#%run fretbursts/fit/test_exp_fitting.py

In [ ]:
#%run fretbursts/tests/test_burstlib.py

In [ ]: